home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / vote171a.zip / NOTE.DOC next >
Text File  |  1988-11-23  |  662b  |  20 lines

  1. I recently discovered a major bug in the Vote mode.. 
  2.  
  3. If and when a user drops carrier while VOTE is waiting for a vailid
  4. Ballot number the Vote mofd will loop till the computer is RE-Booted
  5.  
  6. to correct this problem you must add
  7. IF SUBROUTINE.PARAMETER = -1 THEN _
  8. EXIT SUB
  9.  
  10. place this right after ALL occurences of CALL TGET
  11.  
  12. I have also installed the VOTEMOD in place of the little used
  13. B)aud rate change command...this allows Sysops with CD ROM dirves
  14. to keep there Library features....
  15.  
  16. Non of these changes have been entered into this code.... you must do so
  17. if you wish to make the changes
  18.  
  19.   Pete Eibl (Maple Street BBS 414-771-2805)
  20.